projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fdc1827
)
(iconify-or-deiconify-frame): Force temporary invisibility even if this is the
author
Karl Heuer
<kwzh@gnu.org>
Wed, 2 Mar 1994 04:42:38 +0000
(
04:42
+0000)
committer
Karl Heuer
<kwzh@gnu.org>
Wed, 2 Mar 1994 04:42:38 +0000
(
04:42
+0000)
only frame.
lisp/term/x-win.el
patch
|
blob
|
history
diff --git
a/lisp/term/x-win.el
b/lisp/term/x-win.el
index 7361decaf7f5dfaf5d3b2429ccf8e4a0695a9d38..1c285de25f8b4571604ed697376e1f210464034b 100644
(file)
--- a/
lisp/term/x-win.el
+++ b/
lisp/term/x-win.el
@@
-465,7
+465,7
@@
This returns ARGS with the arguments that have been processed removed."
(if (eq (cdr (assq 'visibility (frame-parameters))) t)
(iconify-frame)
(let ((foo (selected-frame)))
- (make-frame-invisible foo)
+ (make-frame-invisible foo
t
)
(make-frame-visible foo))))
(substitute-key-definition 'suspend-emacs 'iconify-or-deiconify-frame